Calendar All Tests
Current file: /home/estudydev/workspace/eStudy_svn/web/calendar/tests/export/AllExportTests.php
Legend: executed not executed dead code

  Coverage
  Classes Methods Lines
Total
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 4
 
AllExportTests
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 4
 public static function suite()
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 4


       1                 : <?php                                                                                   
       2                 : if(!defined("PATH_TO_ROOT")) define("PATH_TO_ROOT", "../../../");                       
       3                 :                                                                                         
       4                 : require_once( "PHPUnit/Framework.php" );                                                
       5                 :                                                                                         
       6                 : require_once( PATH_TO_ROOT . "calendar/tests/export/icalendar/ICalendarEventTest.php" );
       7                 : require_once( PATH_TO_ROOT . "calendar/tests/export/icalendar/ICalendarTest.php" );     
       8                 :                                                                                         
       9                 : class AllExportTests {                                                                  
      10                 :     public static function suite() {                                                    
      11               0 :         $suite = new PHPUnit_Framework_TestSuite("All Export Tests for Calendar");      
      12                 :                                                                                         
      13               0 :         $suite->addTestSuite("ICalendarTest");                                          
      14               0 :         $suite->addTestSuite("ICalendarEventTest");                                     
      15                 :                                                                                         
      16               0 :         return $suite;                                                                  
      17                 :     }                                                                                   

Generated by PHPUnit 3.2.21 and Xdebug 2.0.3 at Thu Nov 26 17:01:15 CET 2009.